home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / E / PlayTHX / src / .build next >
Encoding:
Text File  |  1997-10-07  |  568 b   |  24 lines

  1. all: PlayTHX PlayTHX_gui thx-play.m thx-play_020.m
  2.     cp PlayTHX PlayTHX_gui thx-play.m thx-play_020.m /
  3.     rm PlayTHX PlayTHX_gui thx-play.m thx-play_020.m
  4.  
  5. PlayTHX: PlayTHX.e
  6.     ec PlayTHX
  7.  
  8. PlayTHX_gui: PlayTHX_gui.e
  9.     ec PlayTHX_gui
  10.  
  11. thx-play.m: thx-play.asm
  12.     phxass NOEXE thx-play.asm
  13.     o2m thx-play
  14.     delete thx-play.o
  15.     cp thx-play.m emodules:tools/
  16.     flushcache tools/thx-play
  17.  
  18. thx-play_020.m: thx-play.asm
  19.     phxass NOEXE set _USE020_ thx-play.asm to thx-play_020.o
  20.     o2m thx-play_020
  21.     delete thx-play_020.o
  22.     cp thx-play_020.m emodules:tools/
  23.     flushcache tools/thx-play_020
  24.